home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 2 / BBS in a box - Trilogy II.iso / Files / Hyper / B / Beer / Beer Stax / card_3496.txt < prev    next >
Encoding:
Text File  |  1988-09-26  |  3.2 KB  |  164 lines

  1. -- card: 3496 from stack: in
  2. -- bmap block id: 13354
  3. -- flags: 4000
  4. -- background id: 2662
  5. -- name: menu
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=402 top=299 right=328 bottom=434
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 20689 / 20689
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: Home
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect iris open
  23.   go Home
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 4 (button)
  29. -- low flags: 00
  30. -- high flags: 0000
  31. -- rect: left=27 top=103 right=131 bottom=50
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 0
  36. -- text size: 12
  37. -- style flags: 0
  38. -- line height: 16
  39. -- part name: Facts
  40. ----- HyperTalk script -----
  41. on mouseUp
  42.   visual dissolve to black
  43.   visual effect iris open slowly
  44.   go to card ID 5172
  45. end mouseUp
  46.  
  47.  
  48.  
  49. -- part 5 (button)
  50. -- low flags: 00
  51. -- high flags: 0000
  52. -- rect: left=30 top=146 right=173 bottom=53
  53. -- title width / last selected line: 0
  54. -- icon id / first selected line: 0 / 0
  55. -- text alignment: 1
  56. -- font id: 0
  57. -- text size: 12
  58. -- style flags: 0
  59. -- line height: 16
  60. -- part name: Tastes
  61. ----- HyperTalk script -----
  62. on mouseUp
  63.   visual dissolve slowly to black
  64.   visual effect iris open very slowly
  65.   go to stack "beer tastes"
  66. end mouseUp
  67.  
  68.  
  69.  
  70. -- part 6 (button)
  71. -- low flags: 00
  72. -- high flags: 0000
  73. -- rect: left=33 top=185 right=212 bottom=56
  74. -- title width / last selected line: 0
  75. -- icon id / first selected line: 0 / 0
  76. -- text alignment: 1
  77. -- font id: 0
  78. -- text size: 12
  79. -- style flags: 0
  80. -- line height: 16
  81. -- part name: Comparison
  82. ----- HyperTalk script -----
  83. on mouseUp
  84.   visual effect iris close slow
  85.   go to card ID 32784
  86. end mouseUp
  87.  
  88.  
  89.  
  90. -- part 7 (button)
  91. -- low flags: 00
  92. -- high flags: 0000
  93. -- rect: left=26 top=231 right=258 bottom=57
  94. -- title width / last selected line: 0
  95. -- icon id / first selected line: 0 / 0
  96. -- text alignment: 1
  97. -- font id: 0
  98. -- text size: 12
  99. -- style flags: 0
  100. -- line height: 16
  101. -- part name: Breweries
  102. ----- HyperTalk script -----
  103. on mouseUp
  104.   visual dissolve slowly to black
  105.   visual effect iris open very slowly
  106.   go to stack "breweries"
  107. end mouseUp
  108.  
  109.  
  110.  
  111. -- part 9 (button)
  112. -- low flags: 00
  113. -- high flags: 0000
  114. -- rect: left=434 top=301 right=324 bottom=465
  115. -- title width / last selected line: 0
  116. -- icon id / first selected line: 9120 / 9120
  117. -- text alignment: 1
  118. -- font id: 0
  119. -- text size: 12
  120. -- style flags: 0
  121. -- line height: 16
  122. -- part name: Prev
  123. ----- HyperTalk script -----
  124. on mouseUp
  125.   go to previous card
  126. end mouseUp
  127.  
  128.  
  129. -- part 10 (button)
  130. -- low flags: 00
  131. -- high flags: 0000
  132. -- rect: left=465 top=301 right=324 bottom=495
  133. -- title width / last selected line: 0
  134. -- icon id / first selected line: 19162 / 19162
  135. -- text alignment: 1
  136. -- font id: 0
  137. -- text size: 12
  138. -- style flags: 0
  139. -- line height: 16
  140. -- part name: Next
  141. ----- HyperTalk script -----
  142. on mouseUp
  143.   go to next card
  144. end mouseUp
  145.  
  146.  
  147. -- part 11 (button)
  148. -- low flags: 00
  149. -- high flags: 8003
  150. -- rect: left=429 top=273 right=293 bottom=491
  151. -- title width / last selected line: 0
  152. -- icon id / first selected line: 0 / 0
  153. -- text alignment: 1
  154. -- font id: 0
  155. -- text size: 12
  156. -- style flags: 0
  157. -- line height: 16
  158. -- part name: Quit
  159. ----- HyperTalk script -----
  160. on mouseUp
  161.   go home
  162. end mouseUp
  163.  
  164.